home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / prohp1.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1992-11-01  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. echo Sending demo files to printer...
  4. echo.
  5. echo 1. Printing demo : 3 month calendar.
  6. copy DCALEND.HPC /b lpt1 > null
  7. echo 2. Printing demo : Control Lines per Inch.
  8. copy DLPI.HPC /b lpt1 > null
  9. echo 3. Printing demo : Publishing power of ProHP.
  10. copy DPUBLISH.HPC /b lpt1 > null
  11. echo 4. Printing demo : Control Horizontal motion of cursor.
  12. copy DHMI.HPC /b lpt1 > null
  13. echo 5. Printing demo : Relative cursor positioning and drawings.
  14. copy DRELATIV.HPC /b lpt1 > null
  15. echo 6. Printing demo : Shadow types.
  16. copy DSHADOWT.HPC /b lpt1 > null
  17. echo 7. Printing demo : Draw invoice form and fill it.
  18. copy DPRINV.HPC /b lpt1 > null
  19. echo 8. Printing demo : Use of overlays. Sending out READ.ME (about 1 min.)
  20. copy ovr.hpc+read.me+reset.hpc /b lpt1 > null
  21. echo.
  22. echo 
  23. echo ------------------------------------------------------
  24. echo    The Last demo will work with LJ III or compatibles
  25. echo    with scalable fonts.
  26. echo -------------------------------------------------------
  27. echo 
  28. echo.
  29. echo Press Ctrl+C to abort
  30. echo         or
  31. pause
  32. echo 9. Printing demo : Scalable fonts.
  33. copy DSCALEF.HPC /b lpt1
  34.  
  35.  
  36.